You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxInt Class > TMtxInt Methods > SetRow Method > TMtxInt.SetRow Method ([In] TMtxVecInt, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxInt.SetRow Method ([In] TMtxVecInt, int, int, int, int)

Copy vector Vec elements [VecIndex]..[VecIndex+Len-1] to the calling matrix elements [Row,Col]..[Row,Col+Len-1].

Syntax
C#
Visual Basic
public TMtxInt SetRow([In] TMtxVecInt Vec, int VecIndex, int Row, int Col, int Len);

An exception is raised if condition checking is enabled and array bounds are overrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!